home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus Special 16 / AMIGAplus Sonderheft 16 (1998)(ICP)(DE)[!].iso / pd / anwendungen / ebp / bible / readme.txt < prev    next >
Text File  |  1998-01-31  |  3KB  |  106 lines

  1. EBP (Eric's Bible Program) Version 0.5 Alpha by Eric James
  2.  
  3. This program is in alpha state, in the future I will write some real
  4. documentation.
  5.  
  6. Disclaimer
  7. ----------
  8.   There is no warranty of any kind with this software package.  You
  9.   use this at your own risk.
  10.  
  11. Distribution
  12. ------------
  13.   This program is freeware as long as the entire archive is distributed
  14.   unmodified.
  15.  
  16. Misc
  17. ----
  18.   This it the first pre-release version of EBP, it still lacks many
  19.   features.  I am releasing it hoping for some feedback as to it's
  20.   stability on different setup's.
  21.  
  22.   The program is about 700 lines of E code, developed on an NTSC A1200 with
  23.   8MB Fast RAM and 2MB Chip RAM.  I have a 68030/68882 running at 33MHz
  24.   and a 400MB Hard Drive.
  25.  
  26. Features
  27. --------
  28.   * Single word searching.
  29.       multiple word in the next release.
  30.   * Limited phrase searching.
  31.       currently it can miss some phrases, this will be fixed for
  32.       the next release
  33.   * Multiple windows, currently limited to 11 windows
  34.   * Runs on a clone of the workbench screen.
  35.   * Menu driven user interface.
  36.  
  37. Requirements
  38. ------------
  39.   This should work on any Amiga running OS2.0+.
  40.   About 5MB free disk space
  41.  
  42. Installation
  43. ------------
  44.   Unpack the archive into the desired directory. Nothing else is required.
  45.  
  46. Usage
  47. -----
  48.   For now the program will only run from the CLI.  Simply type ebp at the
  49.   CLI to start the program.
  50.  
  51.   All other commands are menu driven.
  52.  
  53. Bugs
  54. ----
  55.   At the present time there are no bugs that I know of, however some
  56.   probably do exist.  If you find any you should email me at
  57.   ejames@iucf.indiana.edu
  58.  
  59. Future
  60. ------
  61.   What are some of the future plans for EBS ?
  62.  
  63.   Plans:
  64.     Better documentation.
  65.     Providing Icon support
  66.     A lookup table for fast searching
  67.     imited data compression.
  68.     Book marks.
  69.     User notes attached to books, chapters, and verses.
  70.  
  71.  
  72.   Possibilities:
  73.     Arexx interface.
  74.     Data compression ( XPK support ? )
  75.  
  76. How to contact me
  77. -----------------
  78.   If you use this program I would like to hear from you, the more people
  79.   who use it, the more likely I am to release future upgrades.  I would
  80.   also like to get your comments, bug reports, and suggestions concerning
  81.   this program, or an idea for other bible related software.  You can
  82.   email me at ejames@iucf.indiana.edu
  83.  
  84. History
  85. -------
  86.  
  87.   2/98 V1.0
  88.        *  Added the progress meter in the search command. This will probably
  89.           be eliminated when I add the lookup table.
  90.  
  91.        *  Eliminated duplicate verse matches.
  92.  
  93.        *  Fixed phrase searching.
  94.  
  95.        *  Added (AND) and (OR) Searching.
  96.  
  97.        *  Added the screen requester on startup.
  98.  
  99.        *  Added limited ability to select the parts of the bible to
  100.           search.
  101.  
  102.        *  Removed the console window and menus replaceing them with a
  103.           gadget window.
  104.  
  105.   1/98 V0.5Alpha  The first release
  106.